home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Text / Misc / TextloaderTNG / Rexx / FW-Center.rexx < prev    next >
OS/2 REXX Batch file  |  1999-09-02  |  281b  |  18 lines

  1. /* Imports text from TLNG 2.0 to FinalWriter97    */
  2. /* FW97_CenterText V1.0 © 19.07.99 by Jochen Grus */
  3.  
  4. OPTIONS RESULTS
  5. ADDRESS "FINALW.1"
  6.  
  7. Justify Center
  8. IF (pos == 0) THEN
  9.    DO
  10.    fontpath = 'Normal'
  11.    END
  12. ELSE DO
  13.    fontpath = 'Normal'
  14.    END
  15. Style fontpath
  16. Type ' '
  17. Paste
  18.